Html Css Color HEX #BFDAD4 Cruise

📋 copy color: '#BFDAD4'

red 191 ◦ green 218 ◦ blue 212

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

Shades of Cruise #BFDAD4

Tints of Cruise #BFDAD4

RGB

 RED value IS 191 (75% from 255) = 30.76%

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

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

R = 30.76%
G = 35.1%
B = 34.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BFDAD4 (or 0xBFDAD4) is known color: Cruise. HEX triplet: BF, DA and D4. RGB value is (191,218,212). Sum of RGB (Red+Green+Blue) = 191+218+212=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAD4 is #40252B. Grayscale: #D1D1D1. Windows color (decimal): -4203820 or 13949631. OLE color: 13949631.

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

Color convert

RGB 191 218 212 -
CMYK 0.12 0 0.03 0.15
HSL 166.67º 0.27% 0.8% -
HSV(B) 166.67º 0.12% 0.85% -
XYZ 58.44 65.97 71.94 -
YUV 209.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 191 218 212 0.12 0 0.03 0.15 166.67 0.27 0.8
Hex BF DA D4 C 0 3 F A7 1B 50
Octal 277 332 324 14 0 3 17 247 33 120
Binary 10111111 11011010 11010100 1100 0 11 1111 10100111 11011 1010000

Color Harmonies of #BFDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAD4

Black with #BFDAD4

Text Example


Text Example

White with #BFDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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