Html Css Color HEX #BFD9CC Jet Stream

📋 copy color: '#BFD9CC'

red 191 ◦ green 217 ◦ blue 204

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

Shades of Jet Stream #BFD9CC

Tints of Jet Stream #BFD9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.46%

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 31.21%
G = 35.46%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#BFD9CC (or 0xBFD9CC) is known color: Jet Stream. HEX triplet: BF, D9 and CC. RGB value is (191,217,204). Sum of RGB (Red+Green+Blue) = 191+217+204=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9CC is #402633. Grayscale: #CFCFCF. Windows color (decimal): -4204084 or 13425087. OLE color: 13425087.

HSL color Cylindrical-coordinate representation of color #BFD9CC: hue angle of 150º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD9CC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 204 -
CMYK 0.12 0 0.06 0.15
HSL 150º 0.25% 0.8% -
HSV(B) 150º 0.12% 0.85% -
XYZ 57.2 65.06 66.67 -
YUV 207.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 191 217 204 0.12 0 0.06 0.15 150 0.25 0.8
Hex BF D9 CC C 0 6 F 96 19 50
Octal 277 331 314 14 0 6 17 226 31 120
Binary 10111111 11011001 11001100 1100 0 110 1111 10010110 11001 1010000

Color Harmonies of #BFD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD9CC

Black with #BFD9CC

Text Example


Text Example

White with #BFD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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