Html Css Color HEX #B8CFC7 Jet Stream

📋 copy color: '#B8CFC7'

red 184 ◦ green 207 ◦ blue 199

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

Shades of Jet Stream #B8CFC7

Tints of Jet Stream #B8CFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.73%

R = 31.19%
G = 35.08%
B = 33.73%

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

#B8CFC7 (or 0xB8CFC7) is known color: Jet Stream. HEX triplet: B8, CF and C7. RGB value is (184,207,199). Sum of RGB (Red+Green+Blue) = 184+207+199=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFC7 is #473038. Grayscale: #C7C7C7. Windows color (decimal): -4665401 or 13094840. OLE color: 13094840.

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

Color convert

RGB 184 207 199 -
CMYK 0.11 0 0.04 0.19
HSL 159.13º 0.19% 0.77% -
HSV(B) 159.13º 0.11% 0.81% -
XYZ 52.39 58.94 62.65 -
YUV 199.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 184 207 199 0.11 0 0.04 0.19 159.13 0.19 0.77
Hex B8 CF C7 B 0 4 13 9F 13 4D
Octal 270 317 307 13 0 4 23 237 23 115
Binary 10111000 11001111 11000111 1011 0 100 10011 10011111 10011 1001101

Color Harmonies of #B8CFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFC7

Black with #B8CFC7

Text Example


Text Example

White with #B8CFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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