Html Css Color HEX #BCDCD2 Cruise

📋 copy color: '#BCDCD2'

red 188 ◦ green 220 ◦ blue 210

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

Shades of Cruise #BCDCD2

Tints of Cruise #BCDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.98%

R = 30.42%
G = 35.6%
B = 33.98%

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

#BCDCD2 (or 0xBCDCD2) is known color: Cruise. HEX triplet: BC, DC and D2. RGB value is (188,220,210). Sum of RGB (Red+Green+Blue) = 188+220+210=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD2 is #43232D. Grayscale: #D1D1D1. Windows color (decimal): -4399918 or 13819068. OLE color: 13819068.

HSL color Cylindrical-coordinate representation of color #BCDCD2: hue angle of 161.25º 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 #BCDCD2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 210 -
CMYK 0.15 0 0.05 0.14
HSL 161.25º 0.31% 0.8% -
HSV(B) 161.25º 0.15% 0.86% -
XYZ 57.97 66.53 70.76 -
YUV 209.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 188 220 210 0.15 0 0.05 0.14 161.25 0.31 0.8
Hex BC DC D2 F 0 5 E A1 1F 50
Octal 274 334 322 17 0 5 16 241 37 120
Binary 10111100 11011100 11010010 1111 0 101 1110 10100001 11111 1010000

Color Harmonies of #BCDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCD2

Black with #BCDCD2

Text Example


Text Example

White with #BCDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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