Html Css Color HEX #BDDAD4 Cruise

📋 copy color: '#BDDAD4'

red 189 ◦ green 218 ◦ blue 212

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

Shades of Cruise #BDDAD4

Tints of Cruise #BDDAD4

RGB

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

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

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

R = 30.53%
G = 35.22%
B = 34.25%

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

#BDDAD4 (or 0xBDDAD4) is known color: Cruise. HEX triplet: BD, DA and D4. RGB value is (189,218,212). Sum of RGB (Red+Green+Blue) = 189+218+212=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD4 is #42252B. Grayscale: #D0D0D0. Windows color (decimal): -4334892 or 13949629. OLE color: 13949629.

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

Color convert

RGB 189 218 212 -
CMYK 0.13 0 0.03 0.15
HSL 167.59º 0.28% 0.8% -
HSV(B) 167.59º 0.13% 0.85% -
XYZ 57.94 65.72 71.92 -
YUV 208.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 189 218 212 0.13 0 0.03 0.15 167.59 0.28 0.8
Hex BD DA D4 D 0 3 F A8 1C 50
Octal 275 332 324 15 0 3 17 250 34 120
Binary 10111101 11011010 11010100 1101 0 11 1111 10101000 11100 1010000

Color Harmonies of #BDDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAD4

Black with #BDDAD4

Text Example


Text Example

White with #BDDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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