Html Css Color HEX #BFDBE8 Onahau

📋 copy color: '#BFDBE8'

red 191 ◦ green 219 ◦ blue 232

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

Shades of Onahau #BFDBE8

Tints of Onahau #BFDBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.11%

 BLUE value IS 232 (91.02% from 255) = 36.14%

R = 29.75%
G = 34.11%
B = 36.14%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFDBE8 (or 0xBFDBE8) is known color: Onahau. HEX triplet: BF, DB and E8. RGB value is (191,219,232). Sum of RGB (Red+Green+Blue) = 191+219+232=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBE8 is #402417. Grayscale: #D4D4D4. Windows color (decimal): -4203544 or 15260607. OLE color: 15260607.

HSL color Cylindrical-coordinate representation of color #BFDBE8: hue angle of 199.02º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDBE8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 219 232 -
CMYK 0.18 0.06 0 0.09
HSL 199.02º 0.47% 0.83% -
HSV(B) 199.02º 0.18% 0.91% -
XYZ 61.38 67.57 86.15 -
YUV 212.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 191 219 232 0.18 0.06 0 0.09 199.02 0.47 0.83
Hex BF DB E8 12 6 0 9 C7 2F 53
Octal 277 333 350 22 6 0 11 307 57 123
Binary 10111111 11011011 11101000 10010 110 0 1001 11000111 101111 1010011

Color Harmonies of #BFDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDBE8

Black with #BFDBE8

Text Example


Text Example

White with #BFDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDBE8; }

 p { color: rgb(191,219,232); }

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

background-color css

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

 a { background-color: rgb(191,219,232); }

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

border-color css

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

 span { border-color: rgb(191,219,232); }

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