Html Css Color HEX #B8CCC7 Jet Stream

📋 copy color: '#B8CCC7'

red 184 ◦ green 204 ◦ blue 199

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

Shades of Jet Stream #B8CCC7

Tints of Jet Stream #B8CCC7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

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

R = 31.35%
G = 34.75%
B = 33.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#B8CCC7 (or 0xB8CCC7) is known color: Jet Stream. HEX triplet: B8, CC and C7. RGB value is (184,204,199). Sum of RGB (Red+Green+Blue) = 184+204+199=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCC7 is #473338. Grayscale: #C5C5C5. Windows color (decimal): -4666169 or 13094072. OLE color: 13094072.

HSL color Cylindrical-coordinate representation of color #B8CCC7: hue angle of 165º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCC7 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 204 199 -
CMYK 0.10 0 0.02 0.2
HSL 165º 0.16% 0.76% -
HSV(B) 165º 0.1% 0.8% -
XYZ 51.67 57.5 62.41 -
YUV 197.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 184 204 199 0.10 0 0.02 0.2 165 0.16 0.76
Hex B8 CC C7 A 0 2 14 A5 10 4C
Octal 270 314 307 12 0 2 24 245 20 114
Binary 10111000 11001100 11000111 1010 0 10 10100 10100101 10000 1001100

Color Harmonies of #B8CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCC7

Black with #B8CCC7

Text Example


Text Example

White with #B8CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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