Html Css Color HEX #BDC0EE Perano

📋 copy color: '#BDC0EE'

red 189 ◦ green 192 ◦ blue 238

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

Shades of Perano #BDC0EE

Tints of Perano #BDC0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.45%

R = 30.53%
G = 31.02%
B = 38.45%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC0EE (or 0xBDC0EE) is known color: Perano. HEX triplet: BD, C0 and EE. RGB value is (189,192,238). Sum of RGB (Red+Green+Blue) = 189+192+238=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0EE is #423F11. Grayscale: #C4C4C4. Windows color (decimal): -4341522 or 15646909. OLE color: 15646909.

HSL color Cylindrical-coordinate representation of color #BDC0EE: hue angle of 236.33º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC0EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 192 238 -
CMYK 0.21 0.19 0 0.07
HSL 236.33º 0.59% 0.84% -
HSV(B) 236.33º 0.21% 0.93% -
XYZ 55.27 54.69 88.53 -
YUV 196.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 189 192 238 0.21 0.19 0 0.07 236.33 0.59 0.84
Hex BD C0 EE 15 13 0 7 EC 3B 54
Octal 275 300 356 25 23 0 7 354 73 124
Binary 10111101 11000000 11101110 10101 10011 0 111 11101100 111011 1010100

Color Harmonies of #BDC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0EE

Black with #BDC0EE

Text Example


Text Example

White with #BDC0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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