Html Css Color HEX #BACFCB Jet Stream

📋 copy color: '#BACFCB'

red 186 ◦ green 207 ◦ blue 203

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

Shades of Jet Stream #BACFCB

Tints of Jet Stream #BACFCB

RGB

 RED value IS 186 (73.05% from 255) = 31.21%

 GREEN value IS 207 (81.25% from 255) = 34.73%

 BLUE value IS 203 (79.69% from 255) = 34.06%

R = 31.21%
G = 34.73%
B = 34.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#BACFCB (or 0xBACFCB) is known color: Jet Stream. HEX triplet: BA, CF and CB. RGB value is (186,207,203). Sum of RGB (Red+Green+Blue) = 186+207+203=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFCB is #453034. Grayscale: #C8C8C8. Windows color (decimal): -4534325 or 13356986. OLE color: 13356986.

HSL color Cylindrical-coordinate representation of color #BACFCB: hue angle of 168.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACFCB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 203 -
CMYK 0.10 0 0.02 0.19
HSL 168.57º 0.18% 0.77% -
HSV(B) 168.57º 0.1% 0.81% -
XYZ 53.34 59.38 65.15 -
YUV 200.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 186 207 203 0.10 0 0.02 0.19 168.57 0.18 0.77
Hex BA CF CB A 0 2 13 A9 12 4D
Octal 272 317 313 12 0 2 23 251 22 115
Binary 10111010 11001111 11001011 1010 0 10 10011 10101001 10010 1001101

Color Harmonies of #BACFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACFCB

Black with #BACFCB

Text Example


Text Example

White with #BACFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACFCB; }

 p { color: rgb(186,207,203); }

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

background-color css

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

 a { background-color: rgb(186,207,203); }

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

border-color css

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

 span { border-color: rgb(186,207,203); }

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