Html Css Color HEX #BDDCED Light Blue

📋 copy color: '#BDDCED'

red 189 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #BDDCED

Tints of Light Blue #BDDCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 29.26%
G = 34.06%
B = 36.69%

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

#BDDCED (or 0xBDDCED) is known color: Light Blue. HEX triplet: BD, DC and ED. RGB value is (189,220,237). Sum of RGB (Red+Green+Blue) = 189+220+237=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCED is #422312. Grayscale: #D4D4D4. Windows color (decimal): -4334355 or 15588541. OLE color: 15588541.

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

Color convert

RGB 189 220 237 -
CMYK 0.20 0.07 0 0.07
HSL 201.25º 0.57% 0.84% -
HSV(B) 201.25º 0.2% 0.93% -
XYZ 61.87 68.12 90.01 -
YUV 212.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 189 220 237 0.20 0.07 0 0.07 201.25 0.57 0.84
Hex BD DC ED 14 7 0 7 C9 39 54
Octal 275 334 355 24 7 0 7 311 71 124
Binary 10111101 11011100 11101101 10100 111 0 111 11001001 111001 1010100

Color Harmonies of #BDDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCED

Black with #BDDCED

Text Example


Text Example

White with #BDDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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