Html Css Color HEX #BCE3E4 Onahau

📋 copy color: '#BCE3E4'

red 188 ◦ green 227 ◦ blue 228

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

Shades of Onahau #BCE3E4

Tints of Onahau #BCE3E4

RGB

 RED value IS 188 (73.83% from 255) = 29.24%

 GREEN value IS 227 (89.06% from 255) = 35.3%

 BLUE value IS 228 (89.45% from 255) = 35.46%

R = 29.24%
G = 35.3%
B = 35.46%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCE3E4 (or 0xBCE3E4) is known color: Onahau. HEX triplet: BC, E3 and E4. RGB value is (188,227,228). Sum of RGB (Red+Green+Blue) = 188+227+228=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3E4 is #431C1B. Grayscale: #D7D7D7. Windows color (decimal): -4398108 or 15000508. OLE color: 15000508.

HSL color Cylindrical-coordinate representation of color #BCE3E4: hue angle of 181.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE3E4 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 228 -
CMYK 0.18 0.00 0 0.11
HSL 181.5º 0.43% 0.82% -
HSV(B) 181.5º 0.18% 0.89% -
XYZ 62.21 71.23 83.87 -
YUV 215.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 188 227 228 0.18 0.00 0 0.11 181.5 0.43 0.82
Hex BC E3 E4 12 0 0 B B6 2B 52
Octal 274 343 344 22 0 0 13 266 53 122
Binary 10111100 11100011 11100100 10010 0 0 1011 10110110 101011 1010010

Color Harmonies of #BCE3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3E4

Black with #BCE3E4

Text Example


Text Example

White with #BCE3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3E4; }

 p { color: rgb(188,227,228); }

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

background-color css

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

 a { background-color: rgb(188,227,228); }

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

border-color css

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

 span { border-color: rgb(188,227,228); }

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