Html Css Color HEX #BDDAD1 Cruise

📋 copy color: '#BDDAD1'

red 189 ◦ green 218 ◦ blue 209

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

Shades of Cruise #BDDAD1

Tints of Cruise #BDDAD1

RGB

 RED value IS 189 (74.22% from 255) = 30.68%

 GREEN value IS 218 (85.55% from 255) = 35.39%

 BLUE value IS 209 (82.03% from 255) = 33.93%

R = 30.68%
G = 35.39%
B = 33.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BDDAD1 (or 0xBDDAD1) is known color: Cruise. HEX triplet: BD, DA and D1. RGB value is (189,218,209). Sum of RGB (Red+Green+Blue) = 189+218+209=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD1 is #42252E. Grayscale: #D0D0D0. Windows color (decimal): -4334895 or 13753021. OLE color: 13753021.

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

Color convert

RGB 189 218 209 -
CMYK 0.13 0 0.04 0.15
HSL 161.38º 0.28% 0.8% -
HSV(B) 161.38º 0.13% 0.85% -
XYZ 57.57 65.57 69.94 -
YUV 208.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 189 218 209 0.13 0 0.04 0.15 161.38 0.28 0.8
Hex BD DA D1 D 0 4 F A1 1C 50
Octal 275 332 321 15 0 4 17 241 34 120
Binary 10111101 11011010 11010001 1101 0 100 1111 10100001 11100 1010000

Color Harmonies of #BDDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAD1

Black with #BDDAD1

Text Example


Text Example

White with #BDDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAD1; }

 p { color: rgb(189,218,209); }

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

background-color css

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

 a { background-color: rgb(189,218,209); }

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

border-color css

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

 span { border-color: rgb(189,218,209); }

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