Html Css Color HEX #BFCCC8 Jet Stream

📋 copy color: '#BFCCC8'

red 191 ◦ green 204 ◦ blue 200

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

Shades of Jet Stream #BFCCC8

Tints of Jet Stream #BFCCC8

RGB

 RED value IS 191 (75% from 255) = 32.1%

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

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

R = 32.1%
G = 34.29%
B = 33.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#BFCCC8 (or 0xBFCCC8) is known color: Jet Stream. HEX triplet: BF, CC and C8. RGB value is (191,204,200). Sum of RGB (Red+Green+Blue) = 191+204+200=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC8 is #403337. Grayscale: #C7C7C7. Windows color (decimal): -4207416 or 13159615. OLE color: 13159615.

HSL color Cylindrical-coordinate representation of color #BFCCC8: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCCC8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 200 -
CMYK 0.06 0 0.02 0.2
HSL 161.54º 0.11% 0.77% -
HSV(B) 161.54º 0.06% 0.8% -
XYZ 53.5 58.43 63.1 -
YUV 199.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 191 204 200 0.06 0 0.02 0.2 161.54 0.11 0.77
Hex BF CC C8 6 0 2 14 A2 B 4D
Octal 277 314 310 6 0 2 24 242 13 115
Binary 10111111 11001100 11001000 110 0 10 10100 10100010 1011 1001101

Color Harmonies of #BFCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCC8

Black with #BFCCC8

Text Example


Text Example

White with #BFCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCC8; }

 p { color: rgb(191,204,200); }

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

background-color css

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

 a { background-color: rgb(191,204,200); }

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

border-color css

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

 span { border-color: rgb(191,204,200); }

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