Html Css Color HEX #BFCDC7 Jet Stream

📋 copy color: '#BFCDC7'

red 191 ◦ green 205 ◦ blue 199

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

Shades of Jet Stream #BFCDC7

Tints of Jet Stream #BFCDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

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

R = 32.1%
G = 34.45%
B = 33.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#BFCDC7 (or 0xBFCDC7) is known color: Jet Stream. HEX triplet: BF, CD and C7. RGB value is (191,205,199). Sum of RGB (Red+Green+Blue) = 191+205+199=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC7 is #403238. Grayscale: #C8C8C8. Windows color (decimal): -4207161 or 13094335. OLE color: 13094335.

HSL color Cylindrical-coordinate representation of color #BFCDC7: hue angle of 154.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 199 -
CMYK 0.07 0 0.03 0.20
HSL 154.29º 0.12% 0.78% -
HSV(B) 154.29º 0.07% 0.8% -
XYZ 53.63 58.86 62.57 -
YUV 200.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 191 205 199 0.07 0 0.03 0.20 154.29 0.12 0.78
Hex BF CD C7 7 0 3 14 9A C 4E
Octal 277 315 307 7 0 3 24 232 14 116
Binary 10111111 11001101 11000111 111 0 11 10100 10011010 1100 1001110

Color Harmonies of #BFCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDC7

Black with #BFCDC7

Text Example


Text Example

White with #BFCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDC7; }

 p { color: rgb(191,205,199); }

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

background-color css

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

 a { background-color: rgb(191,205,199); }

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

border-color css

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

 span { border-color: rgb(191,205,199); }

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