Html Css Color HEX #B2CDDC Light Blue

📋 copy color: '#B2CDDC'

red 178 ◦ green 205 ◦ blue 220

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

Shades of Light Blue #B2CDDC

Tints of Light Blue #B2CDDC

RGB

 RED value IS 178 (69.92% from 255) = 29.52%

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 29.52%
G = 34%
B = 36.48%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2CDDC (or 0xB2CDDC) is known color: Light Blue. HEX triplet: B2, CD and DC. RGB value is (178,205,220). Sum of RGB (Red+Green+Blue) = 178+205+220=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDDC is #4D3223. Grayscale: #C6C6C6. Windows color (decimal): -5059108 or 14470578. OLE color: 14470578.

HSL color Cylindrical-coordinate representation of color #B2CDDC: hue angle of 201.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CDDC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 205 220 -
CMYK 0.19 0.07 0 0.14
HSL 201.43º 0.38% 0.78% -
HSV(B) 201.43º 0.19% 0.86% -
XYZ 53.11 58.29 76.16 -
YUV 198.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 178 205 220 0.19 0.07 0 0.14 201.43 0.38 0.78
Hex B2 CD DC 13 7 0 E C9 26 4E
Octal 262 315 334 23 7 0 16 311 46 116
Binary 10110010 11001101 11011100 10011 111 0 1110 11001001 100110 1001110

Color Harmonies of #B2CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDDC

Black with #B2CDDC

Text Example


Text Example

White with #B2CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDDC; }

 p { color: rgb(178,205,220); }

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

background-color css

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

 a { background-color: rgb(178,205,220); }

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

border-color css

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

 span { border-color: rgb(178,205,220); }

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