Html Css Color HEX #BEDAD6 Cruise

📋 copy color: '#BEDAD6'

red 190 ◦ green 218 ◦ blue 214

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

Shades of Cruise #BEDAD6

Tints of Cruise #BEDAD6

RGB

 RED value IS 190 (74.61% from 255) = 30.55%

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

 BLUE value IS 214 (83.98% from 255) = 34.41%

R = 30.55%
G = 35.05%
B = 34.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#BEDAD6 (or 0xBEDAD6) is known color: Cruise. HEX triplet: BE, DA and D6. RGB value is (190,218,214). Sum of RGB (Red+Green+Blue) = 190+218+214=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD6 is #412529. Grayscale: #D1D1D1. Windows color (decimal): -4269354 or 14080702. OLE color: 14080702.

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

Color convert

RGB 190 218 214 -
CMYK 0.13 0 0.02 0.15
HSL 171.43º 0.27% 0.8% -
HSV(B) 171.43º 0.13% 0.85% -
XYZ 58.44 65.94 73.27 -
YUV 209.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 190 218 214 0.13 0 0.02 0.15 171.43 0.27 0.8
Hex BE DA D6 D 0 2 F AB 1B 50
Octal 276 332 326 15 0 2 17 253 33 120
Binary 10111110 11011010 11010110 1101 0 10 1111 10101011 11011 1010000

Color Harmonies of #BEDAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDAD6

Black with #BEDAD6

Text Example


Text Example

White with #BEDAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDAD6; }

 p { color: rgb(190,218,214); }

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

background-color css

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

 a { background-color: rgb(190,218,214); }

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

border-color css

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

 span { border-color: rgb(190,218,214); }

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