Html Css Color HEX #BADFD2 Cruise

📋 copy color: '#BADFD2'

red 186 ◦ green 223 ◦ blue 210

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

Shades of Cruise #BADFD2

Tints of Cruise #BADFD2

RGB

 RED value IS 186 (73.05% from 255) = 30.05%

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

 BLUE value IS 210 (82.42% from 255) = 33.93%

R = 30.05%
G = 36.03%
B = 33.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BADFD2 (or 0xBADFD2) is known color: Cruise. HEX triplet: BA, DF and D2. RGB value is (186,223,210). Sum of RGB (Red+Green+Blue) = 186+223+210=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFD2 is #45202D. Grayscale: #D2D2D2. Windows color (decimal): -4530222 or 13819834. OLE color: 13819834.

HSL color Cylindrical-coordinate representation of color #BADFD2: hue angle of 158.92º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFD2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 210 -
CMYK 0.17 0 0.06 0.13
HSL 158.92º 0.37% 0.8% -
HSV(B) 158.92º 0.17% 0.87% -
XYZ 58.27 67.87 71 -
YUV 210.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 186 223 210 0.17 0 0.06 0.13 158.92 0.37 0.8
Hex BA DF D2 11 0 6 D 9F 25 50
Octal 272 337 322 21 0 6 15 237 45 120
Binary 10111010 11011111 11010010 10001 0 110 1101 10011111 100101 1010000

Color Harmonies of #BADFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFD2

Black with #BADFD2

Text Example


Text Example

White with #BADFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFD2; }

 p { color: rgb(186,223,210); }

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

background-color css

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

 a { background-color: rgb(186,223,210); }

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

border-color css

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

 span { border-color: rgb(186,223,210); }

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