Html Css Color HEX #BDDCEC Light Blue

📋 copy color: '#BDDCEC'

red 189 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #BDDCEC

Tints of Light Blue #BDDCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.59%

R = 29.3%
G = 34.11%
B = 36.59%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDDCEC (or 0xBDDCEC) is known color: Light Blue. HEX triplet: BD, DC and EC. RGB value is (189,220,236). Sum of RGB (Red+Green+Blue) = 189+220+236=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCEC is #422313. Grayscale: #D4D4D4. Windows color (decimal): -4334356 or 15523005. OLE color: 15523005.

HSL color Cylindrical-coordinate representation of color #BDDCEC: hue angle of 200.43º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDCEC is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 220 236 -
CMYK 0.20 0.07 0 0.07
HSL 200.43º 0.55% 0.83% -
HSV(B) 200.43º 0.2% 0.93% -
XYZ 61.72 68.06 89.24 -
YUV 212.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 189 220 236 0.20 0.07 0 0.07 200.43 0.55 0.83
Hex BD DC EC 14 7 0 7 C8 37 53
Octal 275 334 354 24 7 0 7 310 67 123
Binary 10111101 11011100 11101100 10100 111 0 111 11001000 110111 1010011

Color Harmonies of #BDDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCEC

Black with #BDDCEC

Text Example


Text Example

White with #BDDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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