Html Css Color HEX #BBDFD4 Cruise

📋 copy color: '#BBDFD4'

red 187 ◦ green 223 ◦ blue 212

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

Shades of Cruise #BBDFD4

Tints of Cruise #BBDFD4

RGB

 RED value IS 187 (73.44% from 255) = 30.06%

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

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

R = 30.06%
G = 35.85%
B = 34.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#BBDFD4 (or 0xBBDFD4) is known color: Cruise. HEX triplet: BB, DF and D4. RGB value is (187,223,212). Sum of RGB (Red+Green+Blue) = 187+223+212=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD4 is #44202B. Grayscale: #D2D2D2. Windows color (decimal): -4464684 or 13950907. OLE color: 13950907.

HSL color Cylindrical-coordinate representation of color #BBDFD4: hue angle of 161.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFD4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 212 -
CMYK 0.16 0 0.05 0.13
HSL 161.67º 0.36% 0.8% -
HSV(B) 161.67º 0.16% 0.87% -
XYZ 58.76 68.09 72.33 -
YUV 210.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 187 223 212 0.16 0 0.05 0.13 161.67 0.36 0.8
Hex BB DF D4 10 0 5 D A2 24 50
Octal 273 337 324 20 0 5 15 242 44 120
Binary 10111011 11011111 11010100 10000 0 101 1101 10100010 100100 1010000

Color Harmonies of #BBDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFD4

Black with #BBDFD4

Text Example


Text Example

White with #BBDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFD4; }

 p { color: rgb(187,223,212); }

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

background-color css

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

 a { background-color: rgb(187,223,212); }

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

border-color css

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

 span { border-color: rgb(187,223,212); }

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