Html Css Color HEX #BEDFD4 Cruise

📋 copy color: '#BEDFD4'

red 190 ◦ green 223 ◦ blue 212

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

Shades of Cruise #BEDFD4

Tints of Cruise #BEDFD4

RGB

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

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

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

R = 30.4%
G = 35.68%
B = 33.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BEDFD4 (or 0xBEDFD4) is known color: Cruise. HEX triplet: BE, DF and D4. RGB value is (190,223,212). Sum of RGB (Red+Green+Blue) = 190+223+212=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFD4 is #41202B. Grayscale: #D3D3D3. Windows color (decimal): -4268076 or 13950910. OLE color: 13950910.

HSL color Cylindrical-coordinate representation of color #BEDFD4: hue angle of 160º 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 #BEDFD4 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 212 -
CMYK 0.15 0 0.05 0.13
HSL 160º 0.34% 0.81% -
HSV(B) 160º 0.15% 0.87% -
XYZ 59.51 68.48 72.37 -
YUV 211.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 190 223 212 0.15 0 0.05 0.13 160 0.34 0.81
Hex BE DF D4 F 0 5 D A0 22 51
Octal 276 337 324 17 0 5 15 240 42 121
Binary 10111110 11011111 11010100 1111 0 101 1101 10100000 100010 1010001

Color Harmonies of #BEDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFD4

Black with #BEDFD4

Text Example


Text Example

White with #BEDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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