Html Css Color HEX #B4D2D7 Light Blue

📋 copy color: '#B4D2D7'

red 180 ◦ green 210 ◦ blue 215

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

Shades of Light Blue #B4D2D7

Tints of Light Blue #B4D2D7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 215 (84.38% from 255) = 35.54%

R = 29.75%
G = 34.71%
B = 35.54%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B4D2D7 (or 0xB4D2D7) is known color: Light Blue. HEX triplet: B4, D2 and D7. RGB value is (180,210,215). Sum of RGB (Red+Green+Blue) = 180+210+215=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4D2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2D7 is #4B2D28. Grayscale: #C9C9C9. Windows color (decimal): -4926761 or 14144180. OLE color: 14144180.

HSL color Cylindrical-coordinate representation of color #B4D2D7: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D2D7 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 210 215 -
CMYK 0.16 0.02 0 0.16
HSL 188.57º 0.3% 0.77% -
HSV(B) 188.57º 0.16% 0.84% -
XYZ 54.13 60.7 73.15 -
YUV 201.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 180 210 215 0.16 0.02 0 0.16 188.57 0.3 0.77
Hex B4 D2 D7 10 2 0 10 BD 1E 4D
Octal 264 322 327 20 2 0 20 275 36 115
Binary 10110100 11010010 11010111 10000 10 0 10000 10111101 11110 1001101

Color Harmonies of #B4D2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D2D7

Black with #B4D2D7

Text Example


Text Example

White with #B4D2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D2D7; }

 p { color: rgb(180,210,215); }

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

background-color css

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

 a { background-color: rgb(180,210,215); }

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

border-color css

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

 span { border-color: rgb(180,210,215); }

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