Html Css Color HEX #BCDEDA Cruise

📋 copy color: '#BCDEDA'

red 188 ◦ green 222 ◦ blue 218

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

Shades of Cruise #BCDEDA

Tints of Cruise #BCDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.35%

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 29.94%
G = 35.35%
B = 34.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#BCDEDA (or 0xBCDEDA) is known color: Cruise. HEX triplet: BC, DE and DA. RGB value is (188,222,218). Sum of RGB (Red+Green+Blue) = 188+222+218=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEDA is #432125. Grayscale: #D3D3D3. Windows color (decimal): -4399398 or 14343868. OLE color: 14343868.

HSL color Cylindrical-coordinate representation of color #BCDEDA: hue angle of 172.94º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDEDA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 218 -
CMYK 0.15 0 0.02 0.13
HSL 172.94º 0.34% 0.8% -
HSV(B) 172.94º 0.15% 0.87% -
XYZ 59.52 68 76.32 -
YUV 211.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 188 222 218 0.15 0 0.02 0.13 172.94 0.34 0.8
Hex BC DE DA F 0 2 D AD 22 50
Octal 274 336 332 17 0 2 15 255 42 120
Binary 10111100 11011110 11011010 1111 0 10 1101 10101101 100010 1010000

Color Harmonies of #BCDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEDA

Black with #BCDEDA

Text Example


Text Example

White with #BCDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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