Html Css Color HEX #BED9D3 Cruise

📋 copy color: '#BED9D3'

red 190 ◦ green 217 ◦ blue 211

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

Shades of Cruise #BED9D3

Tints of Cruise #BED9D3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.11%

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

R = 30.74%
G = 35.11%
B = 34.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BED9D3 (or 0xBED9D3) is known color: Cruise. HEX triplet: BE, D9 and D3. RGB value is (190,217,211). Sum of RGB (Red+Green+Blue) = 190+217+211=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9D3 is #41262C. Grayscale: #D0D0D0. Windows color (decimal): -4269613 or 13883838. OLE color: 13883838.

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

Color convert

RGB 190 217 211 -
CMYK 0.12 0 0.03 0.15
HSL 166.67º 0.26% 0.8% -
HSV(B) 166.67º 0.12% 0.85% -
XYZ 57.81 65.28 71.18 -
YUV 208.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 190 217 211 0.12 0 0.03 0.15 166.67 0.26 0.8
Hex BE D9 D3 C 0 3 F A7 1A 50
Octal 276 331 323 14 0 3 17 247 32 120
Binary 10111110 11011001 11010011 1100 0 11 1111 10100111 11010 1010000

Color Harmonies of #BED9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9D3

Black with #BED9D3

Text Example


Text Example

White with #BED9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9D3; }

 p { color: rgb(190,217,211); }

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

background-color css

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

 a { background-color: rgb(190,217,211); }

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

border-color css

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

 span { border-color: rgb(190,217,211); }

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