Html Css Color HEX #BCDAD4 Cruise

📋 copy color: '#BCDAD4'

red 188 ◦ green 218 ◦ blue 212

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

Shades of Cruise #BCDAD4

Tints of Cruise #BCDAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.3%

R = 30.42%
G = 35.28%
B = 34.3%

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

#BCDAD4 (or 0xBCDAD4) is known color: Cruise. HEX triplet: BC, DA and D4. RGB value is (188,218,212). Sum of RGB (Red+Green+Blue) = 188+218+212=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD4 is #43252B. Grayscale: #D0D0D0. Windows color (decimal): -4400428 or 13949628. OLE color: 13949628.

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

Color convert

RGB 188 218 212 -
CMYK 0.14 0 0.03 0.15
HSL 168º 0.29% 0.8% -
HSV(B) 168º 0.14% 0.85% -
XYZ 57.69 65.59 71.91 -
YUV 208.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 188 218 212 0.14 0 0.03 0.15 168 0.29 0.8
Hex BC DA D4 E 0 3 F A8 1D 50
Octal 274 332 324 16 0 3 17 250 35 120
Binary 10111100 11011010 11010100 1110 0 11 1111 10101000 11101 1010000

Color Harmonies of #BCDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAD4

Black with #BCDAD4

Text Example


Text Example

White with #BCDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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