Html Css Color HEX #BFDCEB Onahau

📋 copy color: '#BFDCEB'

red 191 ◦ green 220 ◦ blue 235

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

Shades of Onahau #BFDCEB

Tints of Onahau #BFDCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.38%

R = 29.57%
G = 34.06%
B = 36.38%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFDCEB (or 0xBFDCEB) is known color: Onahau. HEX triplet: BF, DC and EB. RGB value is (191,220,235). Sum of RGB (Red+Green+Blue) = 191+220+235=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCEB is #402314. Grayscale: #D4D4D4. Windows color (decimal): -4203285 or 15457471. OLE color: 15457471.

HSL color Cylindrical-coordinate representation of color #BFDCEB: hue angle of 200.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDCEB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 220 235 -
CMYK 0.19 0.06 0 0.08
HSL 200.45º 0.52% 0.84% -
HSV(B) 200.45º 0.19% 0.92% -
XYZ 62.07 68.26 88.5 -
YUV 213.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 191 220 235 0.19 0.06 0 0.08 200.45 0.52 0.84
Hex BF DC EB 13 6 0 8 C8 34 54
Octal 277 334 353 23 6 0 10 310 64 124
Binary 10111111 11011100 11101011 10011 110 0 1000 11001000 110100 1010100

Color Harmonies of #BFDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCEB

Black with #BFDCEB

Text Example


Text Example

White with #BFDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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