Html Css Color HEX #BCDAD2 Cruise

📋 copy color: '#BCDAD2'

red 188 ◦ green 218 ◦ blue 210

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

Shades of Cruise #BCDAD2

Tints of Cruise #BCDAD2

RGB

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

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

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

R = 30.52%
G = 35.39%
B = 34.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BCDAD2 (or 0xBCDAD2) is known color: Cruise. HEX triplet: BC, DA and D2. RGB value is (188,218,210). Sum of RGB (Red+Green+Blue) = 188+218+210=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD2 is #43252D. Grayscale: #D0D0D0. Windows color (decimal): -4400430 or 13818556. OLE color: 13818556.

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

Color convert

RGB 188 218 210 -
CMYK 0.14 0 0.04 0.15
HSL 164º 0.29% 0.8% -
HSV(B) 164º 0.14% 0.85% -
XYZ 57.44 65.49 70.59 -
YUV 208.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 188 218 210 0.14 0 0.04 0.15 164 0.29 0.8
Hex BC DA D2 E 0 4 F A4 1D 50
Octal 274 332 322 16 0 4 17 244 35 120
Binary 10111100 11011010 11010010 1110 0 100 1111 10100100 11101 1010000

Color Harmonies of #BCDAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAD2

Black with #BCDAD2

Text Example


Text Example

White with #BCDAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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