Html Css Color HEX #BFD7CC Jet Stream

📋 copy color: '#BFD7CC'

red 191 ◦ green 215 ◦ blue 204

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

Shades of Jet Stream #BFD7CC

Tints of Jet Stream #BFD7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.25%

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

R = 31.31%
G = 35.25%
B = 33.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#BFD7CC (or 0xBFD7CC) is known color: Jet Stream. HEX triplet: BF, D7 and CC. RGB value is (191,215,204). Sum of RGB (Red+Green+Blue) = 191+215+204=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7CC is #402833. Grayscale: #CECECE. Windows color (decimal): -4204596 or 13424575. OLE color: 13424575.

HSL color Cylindrical-coordinate representation of color #BFD7CC: hue angle of 152.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD7CC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 204 -
CMYK 0.11 0 0.05 0.16
HSL 152.5º 0.23% 0.8% -
HSV(B) 152.5º 0.11% 0.84% -
XYZ 56.69 64.04 66.5 -
YUV 206.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 191 215 204 0.11 0 0.05 0.16 152.5 0.23 0.8
Hex BF D7 CC B 0 5 10 98 17 50
Octal 277 327 314 13 0 5 20 230 27 120
Binary 10111111 11010111 11001100 1011 0 101 10000 10011000 10111 1010000

Color Harmonies of #BFD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7CC

Black with #BFD7CC

Text Example


Text Example

White with #BFD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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