Html Css Color HEX #B2CFDB Light Blue

📋 copy color: '#B2CFDB'

red 178 ◦ green 207 ◦ blue 219

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

Shades of Light Blue #B2CFDB

Tints of Light Blue #B2CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.27%

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 29.47%
G = 34.27%
B = 36.26%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2CFDB (or 0xB2CFDB) is known color: Light Blue. HEX triplet: B2, CF and DB. RGB value is (178,207,219). Sum of RGB (Red+Green+Blue) = 178+207+219=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFDB is #4D3024. Grayscale: #C7C7C7. Windows color (decimal): -5058597 or 14405554. OLE color: 14405554.

HSL color Cylindrical-coordinate representation of color #B2CFDB: hue angle of 197.56º degrees, saturation: 0.36, 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 #B2CFDB is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 207 219 -
CMYK 0.19 0.05 0 0.14
HSL 197.56º 0.36% 0.78% -
HSV(B) 197.56º 0.19% 0.86% -
XYZ 53.46 59.21 75.63 -
YUV 199.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 178 207 219 0.19 0.05 0 0.14 197.56 0.36 0.78
Hex B2 CF DB 13 5 0 E C6 24 4E
Octal 262 317 333 23 5 0 16 306 44 116
Binary 10110010 11001111 11011011 10011 101 0 1110 11000110 100100 1001110

Color Harmonies of #B2CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFDB

Black with #B2CFDB

Text Example


Text Example

White with #B2CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFDB; }

 p { color: rgb(178,207,219); }

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

background-color css

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

 a { background-color: rgb(178,207,219); }

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

border-color css

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

 span { border-color: rgb(178,207,219); }

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