Html Css Color HEX #BFDBE6 Onahau

📋 copy color: '#BFDBE6'

red 191 ◦ green 219 ◦ blue 230

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

Shades of Onahau #BFDBE6

Tints of Onahau #BFDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.94%

R = 29.84%
G = 34.22%
B = 35.94%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFDBE6 (or 0xBFDBE6) is known color: Onahau. HEX triplet: BF, DB and E6. RGB value is (191,219,230). Sum of RGB (Red+Green+Blue) = 191+219+230=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBE6 is #402419. Grayscale: #D3D3D3. Windows color (decimal): -4203546 or 15129535. OLE color: 15129535.

HSL color Cylindrical-coordinate representation of color #BFDBE6: hue angle of 196.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDBE6 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 219 230 -
CMYK 0.17 0.05 0 0.10
HSL 196.92º 0.44% 0.83% -
HSV(B) 196.92º 0.17% 0.9% -
XYZ 61.1 67.45 84.66 -
YUV 211.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 191 219 230 0.17 0.05 0 0.10 196.92 0.44 0.83
Hex BF DB E6 11 5 0 A C5 2C 53
Octal 277 333 346 21 5 0 12 305 54 123
Binary 10111111 11011011 11100110 10001 101 0 1010 11000101 101100 1010011

Color Harmonies of #BFDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDBE6

Black with #BFDBE6

Text Example


Text Example

White with #BFDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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