Html Css Color HEX #B0CFC3 Jet Stream

📋 copy color: '#B0CFC3'

red 176 ◦ green 207 ◦ blue 195

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

Shades of Jet Stream #B0CFC3

Tints of Jet Stream #B0CFC3

RGB

 RED value IS 176 (69.14% from 255) = 30.45%

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

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

R = 30.45%
G = 35.81%
B = 33.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#B0CFC3 (or 0xB0CFC3) is known color: Jet Stream. HEX triplet: B0, CF and C3. RGB value is (176,207,195). Sum of RGB (Red+Green+Blue) = 176+207+195=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFC3 is #4F303C. Grayscale: #C4C4C4. Windows color (decimal): -5189693 or 12832688. OLE color: 12832688.

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

Color convert

RGB 176 207 195 -
CMYK 0.15 0 0.06 0.19
HSL 156.77º 0.24% 0.75% -
HSV(B) 156.77º 0.15% 0.81% -
XYZ 50.07 57.8 60.15 -
YUV 196.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 176 207 195 0.15 0 0.06 0.19 156.77 0.24 0.75
Hex B0 CF C3 F 0 6 13 9D 18 4B
Octal 260 317 303 17 0 6 23 235 30 113
Binary 10110000 11001111 11000011 1111 0 110 10011 10011101 11000 1001011

Color Harmonies of #B0CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFC3

Black with #B0CFC3

Text Example


Text Example

White with #B0CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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