Html Css Color HEX #B8CFC8 Jet Stream

📋 copy color: '#B8CFC8'

red 184 ◦ green 207 ◦ blue 200

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

Shades of Jet Stream #B8CFC8

Tints of Jet Stream #B8CFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.84%

R = 31.13%
G = 35.03%
B = 33.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#B8CFC8 (or 0xB8CFC8) is known color: Jet Stream. HEX triplet: B8, CF and C8. RGB value is (184,207,200). Sum of RGB (Red+Green+Blue) = 184+207+200=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFC8 is #473037. Grayscale: #C7C7C7. Windows color (decimal): -4665400 or 13160376. OLE color: 13160376.

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

Color convert

RGB 184 207 200 -
CMYK 0.11 0 0.03 0.19
HSL 161.74º 0.19% 0.77% -
HSV(B) 161.74º 0.11% 0.81% -
XYZ 52.51 58.99 63.26 -
YUV 199.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 184 207 200 0.11 0 0.03 0.19 161.74 0.19 0.77
Hex B8 CF C8 B 0 3 13 A2 13 4D
Octal 270 317 310 13 0 3 23 242 23 115
Binary 10111000 11001111 11001000 1011 0 11 10011 10100010 10011 1001101

Color Harmonies of #B8CFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CFC8

Black with #B8CFC8

Text Example


Text Example

White with #B8CFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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