Html Css Color HEX #B4CDD9 Light Blue

📋 copy color: '#B4CDD9'

red 180 ◦ green 205 ◦ blue 217

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

Shades of Light Blue #B4CDD9

Tints of Light Blue #B4CDD9

RGB

 RED value IS 180 (70.7% from 255) = 29.9%

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

 BLUE value IS 217 (85.16% from 255) = 36.05%

R = 29.9%
G = 34.05%
B = 36.05%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4CDD9 (or 0xB4CDD9) is known color: Light Blue. HEX triplet: B4, CD and D9. RGB value is (180,205,217). Sum of RGB (Red+Green+Blue) = 180+205+217=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDD9 is #4B3226. Grayscale: #C6C6C6. Windows color (decimal): -4928039 or 14273972. OLE color: 14273972.

HSL color Cylindrical-coordinate representation of color #B4CDD9: hue angle of 199.46º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CDD9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 205 217 -
CMYK 0.17 0.06 0 0.15
HSL 199.46º 0.33% 0.78% -
HSV(B) 199.46º 0.17% 0.85% -
XYZ 53.18 58.38 74.11 -
YUV 198.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 180 205 217 0.17 0.06 0 0.15 199.46 0.33 0.78
Hex B4 CD D9 11 6 0 F C7 21 4E
Octal 264 315 331 21 6 0 17 307 41 116
Binary 10110100 11001101 11011001 10001 110 0 1111 11000111 100001 1001110

Color Harmonies of #B4CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDD9

Black with #B4CDD9

Text Example


Text Example

White with #B4CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDD9; }

 p { color: rgb(180,205,217); }

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

background-color css

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

 a { background-color: rgb(180,205,217); }

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

border-color css

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

 span { border-color: rgb(180,205,217); }

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