Html Css Color HEX #B2DBCA Jet Stream

📋 copy color: '#B2DBCA'

red 178 ◦ green 219 ◦ blue 202

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

Shades of Jet Stream #B2DBCA

Tints of Jet Stream #B2DBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

 BLUE value IS 202 (79.3% from 255) = 33.72%

R = 29.72%
G = 36.56%
B = 33.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B2DBCA (or 0xB2DBCA) is known color: Jet Stream. HEX triplet: B2, DB and CA. RGB value is (178,219,202). Sum of RGB (Red+Green+Blue) = 178+219+202=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBCA is #4D2435. Grayscale: #CCCCCC. Windows color (decimal): -5055542 or 13294514. OLE color: 13294514.

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

Color convert

RGB 178 219 202 -
CMYK 0.19 0 0.08 0.14
HSL 155.12º 0.36% 0.78% -
HSV(B) 155.12º 0.19% 0.86% -
XYZ 54.35 64.39 65.44 -
YUV 204.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 178 219 202 0.19 0 0.08 0.14 155.12 0.36 0.78
Hex B2 DB CA 13 0 8 E 9B 24 4E
Octal 262 333 312 23 0 10 16 233 44 116
Binary 10110010 11011011 11001010 10011 0 1000 1110 10011011 100100 1001110

Color Harmonies of #B2DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBCA

Black with #B2DBCA

Text Example


Text Example

White with #B2DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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