Html Css Color HEX #BDDCF0 Light Blue

📋 copy color: '#BDDCF0'

red 189 ◦ green 220 ◦ blue 240

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

Shades of Light Blue #BDDCF0

Tints of Light Blue #BDDCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 29.12%
G = 33.9%
B = 36.98%

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

#BDDCF0 (or 0xBDDCF0) is known color: Light Blue. HEX triplet: BD, DC and F0. RGB value is (189,220,240). Sum of RGB (Red+Green+Blue) = 189+220+240=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCF0 is #42230F. Grayscale: #D4D4D4. Windows color (decimal): -4334352 or 15785149. OLE color: 15785149.

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

Color convert

RGB 189 220 240 -
CMYK 0.21 0.08 0 0.06
HSL 203.53º 0.63% 0.84% -
HSV(B) 203.53º 0.21% 0.94% -
XYZ 62.31 68.3 92.34 -
YUV 213.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 189 220 240 0.21 0.08 0 0.06 203.53 0.63 0.84
Hex BD DC F0 15 8 0 6 CC 3F 54
Octal 275 334 360 25 10 0 6 314 77 124
Binary 10111101 11011100 11110000 10101 1000 0 110 11001100 111111 1010100

Color Harmonies of #BDDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCF0

Black with #BDDCF0

Text Example


Text Example

White with #BDDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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