Html Css Color HEX #B8CFCB Jet Stream

📋 copy color: '#B8CFCB'

red 184 ◦ green 207 ◦ blue 203

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

Shades of Jet Stream #B8CFCB

Tints of Jet Stream #B8CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.18%

R = 30.98%
G = 34.85%
B = 34.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B8CFCB (or 0xB8CFCB) is known color: Jet Stream. HEX triplet: B8, CF and CB. RGB value is (184,207,203). Sum of RGB (Red+Green+Blue) = 184+207+203=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCB is #473034. Grayscale: #C7C7C7. Windows color (decimal): -4665397 or 13356984. OLE color: 13356984.

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

Color convert

RGB 184 207 203 -
CMYK 0.11 0 0.02 0.19
HSL 169.57º 0.19% 0.77% -
HSV(B) 169.57º 0.11% 0.81% -
XYZ 52.86 59.13 65.13 -
YUV 199.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 184 207 203 0.11 0 0.02 0.19 169.57 0.19 0.77
Hex B8 CF CB B 0 2 13 AA 13 4D
Octal 270 317 313 13 0 2 23 252 23 115
Binary 10111000 11001111 11001011 1011 0 10 10011 10101010 10011 1001101

Color Harmonies of #B8CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFCB

Black with #B8CFCB

Text Example


Text Example

White with #B8CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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