Html Css Color HEX #B2CFC4 Jet Stream

📋 copy color: '#B2CFC4'

red 178 ◦ green 207 ◦ blue 196

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

Shades of Jet Stream #B2CFC4

Tints of Jet Stream #B2CFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 30.64%
G = 35.63%
B = 33.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B2CFC4 (or 0xB2CFC4) is known color: Jet Stream. HEX triplet: B2, CF and C4. RGB value is (178,207,196). Sum of RGB (Red+Green+Blue) = 178+207+196=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFC4 is #4D303B. Grayscale: #C5C5C5. Windows color (decimal): -5058620 or 12898226. OLE color: 12898226.

HSL color Cylindrical-coordinate representation of color #B2CFC4: hue angle of 157.24º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CFC4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 196 -
CMYK 0.14 0 0.05 0.19
HSL 157.24º 0.23% 0.75% -
HSV(B) 157.24º 0.14% 0.81% -
XYZ 50.64 58.08 60.77 -
YUV 197.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 178 207 196 0.14 0 0.05 0.19 157.24 0.23 0.75
Hex B2 CF C4 E 0 5 13 9D 17 4B
Octal 262 317 304 16 0 5 23 235 27 113
Binary 10110010 11001111 11000100 1110 0 101 10011 10011101 10111 1001011

Color Harmonies of #B2CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFC4

Black with #B2CFC4

Text Example


Text Example

White with #B2CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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