Html Css Color HEX #BDDCF1 Light Blue

📋 copy color: '#BDDCF1'

red 189 ◦ green 220 ◦ blue 241

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

Shades of Light Blue #BDDCF1

Tints of Light Blue #BDDCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.08%

R = 29.08%
G = 33.85%
B = 37.08%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDDCF1 (or 0xBDDCF1) is known color: Light Blue. HEX triplet: BD, DC and F1. RGB value is (189,220,241). Sum of RGB (Red+Green+Blue) = 189+220+241=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCF1 is #42230E. Grayscale: #D5D5D5. Windows color (decimal): -4334351 or 15850685. OLE color: 15850685.

HSL color Cylindrical-coordinate representation of color #BDDCF1: hue angle of 204.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDCF1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 220 241 -
CMYK 0.22 0.09 0 0.05
HSL 204.23º 0.65% 0.84% -
HSV(B) 204.23º 0.22% 0.95% -
XYZ 62.46 68.36 93.12 -
YUV 213.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 189 220 241 0.22 0.09 0 0.05 204.23 0.65 0.84
Hex BD DC F1 16 9 0 5 CC 41 54
Octal 275 334 361 26 11 0 5 314 101 124
Binary 10111101 11011100 11110001 10110 1001 0 101 11001100 1000001 1010100

Color Harmonies of #BDDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCF1

Black with #BDDCF1

Text Example


Text Example

White with #BDDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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