Html Css Color HEX #BCDAD3 Cruise

📋 copy color: '#BCDAD3'

red 188 ◦ green 218 ◦ blue 211

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

Shades of Cruise #BCDAD3

Tints of Cruise #BCDAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.2%

R = 30.47%
G = 35.33%
B = 34.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BCDAD3 (or 0xBCDAD3) is known color: Cruise. HEX triplet: BC, DA and D3. RGB value is (188,218,211). Sum of RGB (Red+Green+Blue) = 188+218+211=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD3 is #43252C. Grayscale: #D0D0D0. Windows color (decimal): -4400429 or 13884092. OLE color: 13884092.

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

Color convert

RGB 188 218 211 -
CMYK 0.14 0 0.03 0.15
HSL 166º 0.29% 0.8% -
HSV(B) 166º 0.14% 0.85% -
XYZ 57.57 65.54 71.24 -
YUV 208.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 188 218 211 0.14 0 0.03 0.15 166 0.29 0.8
Hex BC DA D3 E 0 3 F A6 1D 50
Octal 274 332 323 16 0 3 17 246 35 120
Binary 10111100 11011010 11010011 1110 0 11 1111 10100110 11101 1010000

Color Harmonies of #BCDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAD3

Black with #BCDAD3

Text Example


Text Example

White with #BCDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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