Html Css Color HEX #BADFD3 Cruise

📋 copy color: '#BADFD3'

red 186 ◦ green 223 ◦ blue 211

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

Shades of Cruise #BADFD3

Tints of Cruise #BADFD3

RGB

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

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

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

R = 30%
G = 35.97%
B = 34.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BADFD3 (or 0xBADFD3) is known color: Cruise. HEX triplet: BA, DF and D3. RGB value is (186,223,211). Sum of RGB (Red+Green+Blue) = 186+223+211=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFD3 is #45202C. Grayscale: #D2D2D2. Windows color (decimal): -4530221 or 13885370. OLE color: 13885370.

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

Color convert

RGB 186 223 211 -
CMYK 0.17 0 0.05 0.13
HSL 160.54º 0.37% 0.8% -
HSV(B) 160.54º 0.17% 0.87% -
XYZ 58.4 67.92 71.66 -
YUV 210.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 186 223 211 0.17 0 0.05 0.13 160.54 0.37 0.8
Hex BA DF D3 11 0 5 D A1 25 50
Octal 272 337 323 21 0 5 15 241 45 120
Binary 10111010 11011111 11010011 10001 0 101 1101 10100001 100101 1010000

Color Harmonies of #BADFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFD3

Black with #BADFD3

Text Example


Text Example

White with #BADFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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