Html Css Color HEX #BCDACF Jet Stream

📋 copy color: '#BCDACF'

red 188 ◦ green 218 ◦ blue 207

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

Shades of Jet Stream #BCDACF

Tints of Jet Stream #BCDACF

RGB

 RED value IS 188 (73.83% from 255) = 30.67%

 GREEN value IS 218 (85.55% from 255) = 35.56%

 BLUE value IS 207 (81.25% from 255) = 33.77%

R = 30.67%
G = 35.56%
B = 33.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#BCDACF (or 0xBCDACF) is known color: Jet Stream. HEX triplet: BC, DA and CF. RGB value is (188,218,207). Sum of RGB (Red+Green+Blue) = 188+218+207=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDACF is #432530. Grayscale: #CFCFCF. Windows color (decimal): -4400433 or 13621948. OLE color: 13621948.

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

Color convert

RGB 188 218 207 -
CMYK 0.14 0 0.05 0.15
HSL 158º 0.29% 0.8% -
HSV(B) 158º 0.14% 0.85% -
XYZ 57.07 65.34 68.64 -
YUV 207.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 188 218 207 0.14 0 0.05 0.15 158 0.29 0.8
Hex BC DA CF E 0 5 F 9E 1D 50
Octal 274 332 317 16 0 5 17 236 35 120
Binary 10111100 11011010 11001111 1110 0 101 1111 10011110 11101 1010000

Color Harmonies of #BCDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDACF

Black with #BCDACF

Text Example


Text Example

White with #BCDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDACF; }

 p { color: rgb(188,218,207); }

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

background-color css

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

 a { background-color: rgb(188,218,207); }

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

border-color css

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

 span { border-color: rgb(188,218,207); }

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