Html Css Color HEX #B2CFC3 Jet Stream

📋 copy color: '#B2CFC3'

red 178 ◦ green 207 ◦ blue 195

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

Shades of Jet Stream #B2CFC3

Tints of Jet Stream #B2CFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.62%

R = 30.69%
G = 35.69%
B = 33.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#B2CFC3 (or 0xB2CFC3) is known color: Jet Stream. HEX triplet: B2, CF and C3. RGB value is (178,207,195). Sum of RGB (Red+Green+Blue) = 178+207+195=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFC3 is #4D303C. Grayscale: #C4C4C4. Windows color (decimal): -5058621 or 12832690. OLE color: 12832690.

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

Color convert

RGB 178 207 195 -
CMYK 0.14 0 0.06 0.19
HSL 155.17º 0.23% 0.75% -
HSV(B) 155.17º 0.14% 0.81% -
XYZ 50.52 58.03 60.17 -
YUV 196.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 178 207 195 0.14 0 0.06 0.19 155.17 0.23 0.75
Hex B2 CF C3 E 0 6 13 9B 17 4B
Octal 262 317 303 16 0 6 23 233 27 113
Binary 10110010 11001111 11000011 1110 0 110 10011 10011011 10111 1001011

Color Harmonies of #B2CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFC3

Black with #B2CFC3

Text Example


Text Example

White with #B2CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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