Html Css Color HEX #B4D2DF Light Blue

📋 copy color: '#B4D2DF'

red 180 ◦ green 210 ◦ blue 223

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

Shades of Light Blue #B4D2DF

Tints of Light Blue #B4D2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 29.36%
G = 34.26%
B = 36.38%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4D2DF (or 0xB4D2DF) is known color: Light Blue. HEX triplet: B4, D2 and DF. RGB value is (180,210,223). Sum of RGB (Red+Green+Blue) = 180+210+223=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2DF is #4B2D20. Grayscale: #CACACA. Windows color (decimal): -4926753 or 14668468. OLE color: 14668468.

HSL color Cylindrical-coordinate representation of color #B4D2DF: hue angle of 198.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4D2DF is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 210 223 -
CMYK 0.19 0.06 0 0.13
HSL 198.14º 0.4% 0.79% -
HSV(B) 198.14º 0.19% 0.87% -
XYZ 55.19 61.12 78.7 -
YUV 202.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 180 210 223 0.19 0.06 0 0.13 198.14 0.4 0.79
Hex B4 D2 DF 13 6 0 D C6 28 4F
Octal 264 322 337 23 6 0 15 306 50 117
Binary 10110100 11010010 11011111 10011 110 0 1101 11000110 101000 1001111

Color Harmonies of #B4D2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D2DF

Black with #B4D2DF

Text Example


Text Example

White with #B4D2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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