Html Css Color HEX #B8CFC6 Jet Stream

📋 copy color: '#B8CFC6'

red 184 ◦ green 207 ◦ blue 198

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

Shades of Jet Stream #B8CFC6

Tints of Jet Stream #B8CFC6

RGB

 RED value IS 184 (72.27% from 255) = 31.24%

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

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

R = 31.24%
G = 35.14%
B = 33.62%

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

#B8CFC6 (or 0xB8CFC6) is known color: Jet Stream. HEX triplet: B8, CF and C6. RGB value is (184,207,198). Sum of RGB (Red+Green+Blue) = 184+207+198=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFC6 is #473039. Grayscale: #C7C7C7. Windows color (decimal): -4665402 or 13029304. OLE color: 13029304.

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

Color convert

RGB 184 207 198 -
CMYK 0.11 0 0.04 0.19
HSL 156.52º 0.19% 0.77% -
HSV(B) 156.52º 0.11% 0.81% -
XYZ 52.27 58.89 62.04 -
YUV 199.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 184 207 198 0.11 0 0.04 0.19 156.52 0.19 0.77
Hex B8 CF C6 B 0 4 13 9D 13 4D
Octal 270 317 306 13 0 4 23 235 23 115
Binary 10111000 11001111 11000110 1011 0 100 10011 10011101 10011 1001101

Color Harmonies of #B8CFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFC6

Black with #B8CFC6

Text Example


Text Example

White with #B8CFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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