Html Css Color HEX #BDDCEF Light Blue

📋 copy color: '#BDDCEF'

red 189 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #BDDCEF

Tints of Light Blue #BDDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.95%

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

R = 29.17%
G = 33.95%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDDCEF (or 0xBDDCEF) is known color: Light Blue. HEX triplet: BD, DC and EF. RGB value is (189,220,239). Sum of RGB (Red+Green+Blue) = 189+220+239=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCEF is #422310. Grayscale: #D4D4D4. Windows color (decimal): -4334353 or 15719613. OLE color: 15719613.

HSL color Cylindrical-coordinate representation of color #BDDCEF: hue angle of 202.8º 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 #BDDCEF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 220 239 -
CMYK 0.21 0.08 0 0.06
HSL 202.8º 0.61% 0.84% -
HSV(B) 202.8º 0.21% 0.94% -
XYZ 62.16 68.24 91.56 -
YUV 212.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 189 220 239 0.21 0.08 0 0.06 202.8 0.61 0.84
Hex BD DC EF 15 8 0 6 CB 3D 54
Octal 275 334 357 25 10 0 6 313 75 124
Binary 10111101 11011100 11101111 10101 1000 0 110 11001011 111101 1010100

Color Harmonies of #BDDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCEF

Black with #BDDCEF

Text Example


Text Example

White with #BDDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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