Html Css Color HEX #B9CFC6 Jet Stream

📋 copy color: '#B9CFC6'

red 185 ◦ green 207 ◦ blue 198

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

Shades of Jet Stream #B9CFC6

Tints of Jet Stream #B9CFC6

RGB

 RED value IS 185 (72.66% from 255) = 31.36%

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

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

R = 31.36%
G = 35.08%
B = 33.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#B9CFC6 (or 0xB9CFC6) is known color: Jet Stream. HEX triplet: B9, CF and C6. RGB value is (185,207,198). Sum of RGB (Red+Green+Blue) = 185+207+198=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC6 is #463039. Grayscale: #C7C7C7. Windows color (decimal): -4599866 or 13029305. OLE color: 13029305.

HSL color Cylindrical-coordinate representation of color #B9CFC6: hue angle of 155.45º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CFC6 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 207 198 -
CMYK 0.11 0 0.04 0.19
HSL 155.45º 0.19% 0.77% -
HSV(B) 155.45º 0.11% 0.81% -
XYZ 52.51 59.02 62.05 -
YUV 199.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 185 207 198 0.11 0 0.04 0.19 155.45 0.19 0.77
Hex B9 CF C6 B 0 4 13 9B 13 4D
Octal 271 317 306 13 0 4 23 233 23 115
Binary 10111001 11001111 11000110 1011 0 100 10011 10011011 10011 1001101

Color Harmonies of #B9CFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFC6

Black with #B9CFC6

Text Example


Text Example

White with #B9CFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFC6; }

 p { color: rgb(185,207,198); }

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

background-color css

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

 a { background-color: rgb(185,207,198); }

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

border-color css

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

 span { border-color: rgb(185,207,198); }

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