Html Css Color HEX #B9CDD4 Light Blue

📋 copy color: '#B9CDD4'

red 185 ◦ green 205 ◦ blue 212

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

Shades of Light Blue #B9CDD4

Tints of Light Blue #B9CDD4

RGB

 RED value IS 185 (72.66% from 255) = 30.73%

 GREEN value IS 205 (80.47% from 255) = 34.05%

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 30.73%
G = 34.05%
B = 35.22%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B9CDD4 (or 0xB9CDD4) is known color: Light Blue. HEX triplet: B9, CD and D4. RGB value is (185,205,212). Sum of RGB (Red+Green+Blue) = 185+205+212=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9CDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDD4 is #46322B. Grayscale: #C7C7C7. Windows color (decimal): -4600364 or 13946297. OLE color: 13946297.

HSL color Cylindrical-coordinate representation of color #B9CDD4: hue angle of 195.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9CDD4 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 205 212 -
CMYK 0.13 0.03 0 0.17
HSL 195.56º 0.24% 0.78% -
HSV(B) 195.56º 0.13% 0.83% -
XYZ 53.72 58.73 70.79 -
YUV 199.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 185 205 212 0.13 0.03 0 0.17 195.56 0.24 0.78
Hex B9 CD D4 D 3 0 11 C4 18 4E
Octal 271 315 324 15 3 0 21 304 30 116
Binary 10111001 11001101 11010100 1101 11 0 10001 11000100 11000 1001110

Color Harmonies of #B9CDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDD4

Black with #B9CDD4

Text Example


Text Example

White with #B9CDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDD4; }

 p { color: rgb(185,205,212); }

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

background-color css

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

 a { background-color: rgb(185,205,212); }

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

border-color css

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

 span { border-color: rgb(185,205,212); }

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