Html Css Color HEX #BCDCD0 Cruise

📋 copy color: '#BCDCD0'

red 188 ◦ green 220 ◦ blue 208

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

Shades of Cruise #BCDCD0

Tints of Cruise #BCDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.71%

 BLUE value IS 208 (81.64% from 255) = 33.77%

R = 30.52%
G = 35.71%
B = 33.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#BCDCD0 (or 0xBCDCD0) is known color: Cruise. HEX triplet: BC, DC and D0. RGB value is (188,220,208). Sum of RGB (Red+Green+Blue) = 188+220+208=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD0 is #43232F. Grayscale: #D1D1D1. Windows color (decimal): -4399920 or 13687996. OLE color: 13687996.

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

Color convert

RGB 188 220 208 -
CMYK 0.15 0 0.05 0.14
HSL 157.5º 0.31% 0.8% -
HSV(B) 157.5º 0.15% 0.86% -
XYZ 57.72 66.43 69.46 -
YUV 209.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 188 220 208 0.15 0 0.05 0.14 157.5 0.31 0.8
Hex BC DC D0 F 0 5 E 9E 1F 50
Octal 274 334 320 17 0 5 16 236 37 120
Binary 10111100 11011100 11010000 1111 0 101 1110 10011110 11111 1010000

Color Harmonies of #BCDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCD0

Black with #BCDCD0

Text Example


Text Example

White with #BCDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCD0; }

 p { color: rgb(188,220,208); }

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

background-color css

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

 a { background-color: rgb(188,220,208); }

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

border-color css

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

 span { border-color: rgb(188,220,208); }

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