Html Css Color HEX #BDDAD3 Cruise

📋 copy color: '#BDDAD3'

red 189 ◦ green 218 ◦ blue 211

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

Shades of Cruise #BDDAD3

Tints of Cruise #BDDAD3

RGB

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

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

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

R = 30.58%
G = 35.28%
B = 34.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BDDAD3 (or 0xBDDAD3) is known color: Cruise. HEX triplet: BD, DA and D3. RGB value is (189,218,211). Sum of RGB (Red+Green+Blue) = 189+218+211=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD3 is #42252C. Grayscale: #D0D0D0. Windows color (decimal): -4334893 or 13884093. OLE color: 13884093.

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

Color convert

RGB 189 218 211 -
CMYK 0.13 0 0.03 0.15
HSL 165.52º 0.28% 0.8% -
HSV(B) 165.52º 0.13% 0.85% -
XYZ 57.82 65.66 71.26 -
YUV 208.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 189 218 211 0.13 0 0.03 0.15 165.52 0.28 0.8
Hex BD DA D3 D 0 3 F A6 1C 50
Octal 275 332 323 15 0 3 17 246 34 120
Binary 10111101 11011010 11010011 1101 0 11 1111 10100110 11100 1010000

Color Harmonies of #BDDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAD3

Black with #BDDAD3

Text Example


Text Example

White with #BDDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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