Html Css Color HEX #BEDFD5 Cruise

📋 copy color: '#BEDFD5'

red 190 ◦ green 223 ◦ blue 213

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

Shades of Cruise #BEDFD5

Tints of Cruise #BEDFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.62%

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 30.35%
G = 35.62%
B = 34.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#BEDFD5 (or 0xBEDFD5) is known color: Cruise. HEX triplet: BE, DF and D5. RGB value is (190,223,213). Sum of RGB (Red+Green+Blue) = 190+223+213=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFD5 is #41202A. Grayscale: #D4D4D4. Windows color (decimal): -4268075 or 14016446. OLE color: 14016446.

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

Color convert

RGB 190 223 213 -
CMYK 0.15 0 0.04 0.13
HSL 161.82º 0.34% 0.81% -
HSV(B) 161.82º 0.15% 0.87% -
XYZ 59.63 68.53 73.03 -
YUV 211.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 190 223 213 0.15 0 0.04 0.13 161.82 0.34 0.81
Hex BE DF D5 F 0 4 D A2 22 51
Octal 276 337 325 17 0 4 15 242 42 121
Binary 10111110 11011111 11010101 1111 0 100 1101 10100010 100010 1010001

Color Harmonies of #BEDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFD5

Black with #BEDFD5

Text Example


Text Example

White with #BEDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFD5; }

 p { color: rgb(190,223,213); }

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

background-color css

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

 a { background-color: rgb(190,223,213); }

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

border-color css

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

 span { border-color: rgb(190,223,213); }

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