Html Css Color HEX #BDC0EF Perano

📋 copy color: '#BDC0EF'

red 189 ◦ green 192 ◦ blue 239

#BDC0EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #BDC0EF

Tints of Perano #BDC0EF

RGB

 RED value IS 189 (74.22% from 255) = 30.48%

 GREEN value IS 192 (75.39% from 255) = 30.97%

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 30.48%
G = 30.97%
B = 38.55%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC0EF (or 0xBDC0EF) is known color: Perano. HEX triplet: BD, C0 and EF. RGB value is (189,192,239). Sum of RGB (Red+Green+Blue) = 189+192+239=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0EF is #423F10. Grayscale: #C4C4C4. Windows color (decimal): -4341521 or 15712445. OLE color: 15712445.

HSL color Cylindrical-coordinate representation of color #BDC0EF: hue angle of 236.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC0EF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 192 239 -
CMYK 0.21 0.20 0 0.06
HSL 236.4º 0.61% 0.84% -
HSV(B) 236.4º 0.21% 0.94% -
XYZ 55.42 54.75 89.31 -
YUV 196.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 189 192 239 0.21 0.20 0 0.06 236.4 0.61 0.84
Hex BD C0 EF 15 14 0 6 EC 3D 54
Octal 275 300 357 25 24 0 6 354 75 124
Binary 10111101 11000000 11101111 10101 10100 0 110 11101100 111101 1010100

Color Harmonies of #BDC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0EF

Black with #BDC0EF

Text Example


Text Example

White with #BDC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0EF; }

 p { color: rgb(189,192,239); }

 H1.HeaderClassName
 {
   color: #BDC0EF;
 }
 .AnyTagClassName
 {
   color: #BDC0EF;
 }
</style>

background-color css

<style>
 a { background-color: #BDC0EF; }

 a { background-color: rgb(189,192,239); }

 div.DivClassName
 {
   background-color: #BDC0EF;
 }
 .BgClassName
 {
   background-color: #BDC0EF;
 }
</style>

border-color css

<style>
 span { border-color: #BDC0EF; }

 span { border-color: rgb(189,192,239); }

 td.TdClassName
 {
   border-color: #BDC0EF;
 }
 .TagClassName
 {
   border-color: #BDC0EF;
 }
</style>