Html Css Color HEX #BFDCE6 Onahau

📋 copy color: '#BFDCE6'

red 191 ◦ green 220 ◦ blue 230

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

Shades of Onahau #BFDCE6

Tints of Onahau #BFDCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.32%

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

R = 29.8%
G = 34.32%
B = 35.88%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFDCE6 (or 0xBFDCE6) is known color: Onahau. HEX triplet: BF, DC and E6. RGB value is (191,220,230). Sum of RGB (Red+Green+Blue) = 191+220+230=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCE6 is #402319. Grayscale: #D4D4D4. Windows color (decimal): -4203290 or 15129791. OLE color: 15129791.

HSL color Cylindrical-coordinate representation of color #BFDCE6: hue angle of 195.38º 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 #BFDCE6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 220 230 -
CMYK 0.17 0.04 0 0.10
HSL 195.38º 0.44% 0.83% -
HSV(B) 195.38º 0.17% 0.9% -
XYZ 61.36 67.98 84.75 -
YUV 212.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 191 220 230 0.17 0.04 0 0.10 195.38 0.44 0.83
Hex BF DC E6 11 4 0 A C3 2C 53
Octal 277 334 346 21 4 0 12 303 54 123
Binary 10111111 11011100 11100110 10001 100 0 1010 11000011 101100 1010011

Color Harmonies of #BFDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCE6

Black with #BFDCE6

Text Example


Text Example

White with #BFDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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