Html Css Color HEX #BFD0C9 Jet Stream

📋 copy color: '#BFD0C9'

red 191 ◦ green 208 ◦ blue 201

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

Shades of Jet Stream #BFD0C9

Tints of Jet Stream #BFD0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

 BLUE value IS 201 (78.91% from 255) = 33.5%

R = 31.83%
G = 34.67%
B = 33.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BFD0C9 (or 0xBFD0C9) is known color: Jet Stream. HEX triplet: BF, D0 and C9. RGB value is (191,208,201). Sum of RGB (Red+Green+Blue) = 191+208+201=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C9 is #402F36. Grayscale: #CACACA. Windows color (decimal): -4206391 or 13226175. OLE color: 13226175.

HSL color Cylindrical-coordinate representation of color #BFD0C9: hue angle of 155.29º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0C9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 201 -
CMYK 0.08 0 0.03 0.18
HSL 155.29º 0.15% 0.78% -
HSV(B) 155.29º 0.08% 0.82% -
XYZ 54.58 60.41 64.04 -
YUV 202.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 191 208 201 0.08 0 0.03 0.18 155.29 0.15 0.78
Hex BF D0 C9 8 0 3 12 9B F 4E
Octal 277 320 311 10 0 3 22 233 17 116
Binary 10111111 11010000 11001001 1000 0 11 10010 10011011 1111 1001110

Color Harmonies of #BFD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0C9

Black with #BFD0C9

Text Example


Text Example

White with #BFD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0C9; }

 p { color: rgb(191,208,201); }

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

background-color css

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

 a { background-color: rgb(191,208,201); }

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

border-color css

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

 span { border-color: rgb(191,208,201); }

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