Html Css Color HEX #BFE0D5 Iceberg

📋 copy color: '#BFE0D5'

red 191 ◦ green 224 ◦ blue 213

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

Shades of Iceberg #BFE0D5

Tints of Iceberg #BFE0D5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.67%

 BLUE value IS 213 (83.59% from 255) = 33.92%

R = 30.41%
G = 35.67%
B = 33.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#BFE0D5 (or 0xBFE0D5) is known color: Iceberg. HEX triplet: BF, E0 and D5. RGB value is (191,224,213). Sum of RGB (Red+Green+Blue) = 191+224+213=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0D5 is #401F2A. Grayscale: #D4D4D4. Windows color (decimal): -4202283 or 14016703. OLE color: 14016703.

HSL color Cylindrical-coordinate representation of color #BFE0D5: hue angle of 160º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0D5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 213 -
CMYK 0.15 0 0.05 0.12
HSL 160º 0.35% 0.81% -
HSV(B) 160º 0.15% 0.88% -
XYZ 60.15 69.19 73.14 -
YUV 212.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 191 224 213 0.15 0 0.05 0.12 160 0.35 0.81
Hex BF E0 D5 F 0 5 C A0 23 51
Octal 277 340 325 17 0 5 14 240 43 121
Binary 10111111 11100000 11010101 1111 0 101 1100 10100000 100011 1010001

Color Harmonies of #BFE0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0D5

Black with #BFE0D5

Text Example


Text Example

White with #BFE0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0D5; }

 p { color: rgb(191,224,213); }

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

background-color css

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

 a { background-color: rgb(191,224,213); }

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

border-color css

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

 span { border-color: rgb(191,224,213); }

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