Html Css Color HEX #B8CCC5 Jet Stream

📋 copy color: '#B8CCC5'

red 184 ◦ green 204 ◦ blue 197

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

Shades of Jet Stream #B8CCC5

Tints of Jet Stream #B8CCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.68%

R = 31.45%
G = 34.87%
B = 33.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#B8CCC5 (or 0xB8CCC5) is known color: Jet Stream. HEX triplet: B8, CC and C5. RGB value is (184,204,197). Sum of RGB (Red+Green+Blue) = 184+204+197=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCC5 is #47333A. Grayscale: #C5C5C5. Windows color (decimal): -4666171 or 12963000. OLE color: 12963000.

HSL color Cylindrical-coordinate representation of color #B8CCC5: hue angle of 159º 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 #B8CCC5 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 204 197 -
CMYK 0.10 0 0.03 0.2
HSL 159º 0.16% 0.76% -
HSV(B) 159º 0.1% 0.8% -
XYZ 51.44 57.41 61.19 -
YUV 197.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 184 204 197 0.10 0 0.03 0.2 159 0.16 0.76
Hex B8 CC C5 A 0 3 14 9F 10 4C
Octal 270 314 305 12 0 3 24 237 20 114
Binary 10111000 11001100 11000101 1010 0 11 10100 10011111 10000 1001100

Color Harmonies of #B8CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCC5

Black with #B8CCC5

Text Example


Text Example

White with #B8CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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