Html Css Color HEX #BEDED4 Cruise

📋 copy color: '#BEDED4'

red 190 ◦ green 222 ◦ blue 212

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

Shades of Cruise #BEDED4

Tints of Cruise #BEDED4

RGB

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

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

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

R = 30.45%
G = 35.58%
B = 33.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BEDED4 (or 0xBEDED4) is known color: Cruise. HEX triplet: BE, DE and D4. RGB value is (190,222,212). Sum of RGB (Red+Green+Blue) = 190+222+212=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED4 is #41212B. Grayscale: #D3D3D3. Windows color (decimal): -4268332 or 13950654. OLE color: 13950654.

HSL color Cylindrical-coordinate representation of color #BEDED4: hue angle of 161.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDED4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 212 -
CMYK 0.14 0 0.05 0.13
HSL 161.25º 0.33% 0.81% -
HSV(B) 161.25º 0.14% 0.87% -
XYZ 59.24 67.94 72.28 -
YUV 211.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 190 222 212 0.14 0 0.05 0.13 161.25 0.33 0.81
Hex BE DE D4 E 0 5 D A1 21 51
Octal 276 336 324 16 0 5 15 241 41 121
Binary 10111110 11011110 11010100 1110 0 101 1101 10100001 100001 1010001

Color Harmonies of #BEDED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDED4

Black with #BEDED4

Text Example


Text Example

White with #BEDED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDED4; }

 p { color: rgb(190,222,212); }

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

background-color css

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

 a { background-color: rgb(190,222,212); }

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

border-color css

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

 span { border-color: rgb(190,222,212); }

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