Html Css Color HEX #B0CEC6 Jet Stream

📋 copy color: '#B0CEC6'

red 176 ◦ green 206 ◦ blue 198

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

Shades of Jet Stream #B0CEC6

Tints of Jet Stream #B0CEC6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 198 (77.73% from 255) = 34.14%

R = 30.34%
G = 35.52%
B = 34.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#B0CEC6 (or 0xB0CEC6) is known color: Jet Stream. HEX triplet: B0, CE and C6. RGB value is (176,206,198). Sum of RGB (Red+Green+Blue) = 176+206+198=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEC6 is #4F3139. Grayscale: #C4C4C4. Windows color (decimal): -5189946 or 13029040. OLE color: 13029040.

HSL color Cylindrical-coordinate representation of color #B0CEC6: hue angle of 164º degrees, saturation: 0.23, 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 #B0CEC6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 198 -
CMYK 0.15 0 0.04 0.19
HSL 164º 0.23% 0.75% -
HSV(B) 164º 0.15% 0.81% -
XYZ 50.17 57.45 61.87 -
YUV 196.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 176 206 198 0.15 0 0.04 0.19 164 0.23 0.75
Hex B0 CE C6 F 0 4 13 A4 17 4B
Octal 260 316 306 17 0 4 23 244 27 113
Binary 10110000 11001110 11000110 1111 0 100 10011 10100100 10111 1001011

Color Harmonies of #B0CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEC6

Black with #B0CEC6

Text Example


Text Example

White with #B0CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEC6; }

 p { color: rgb(176,206,198); }

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

background-color css

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

 a { background-color: rgb(176,206,198); }

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

border-color css

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

 span { border-color: rgb(176,206,198); }

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