Html Css Color HEX #BCE4E6 Onahau

📋 copy color: '#BCE4E6'

red 188 ◦ green 228 ◦ blue 230

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

Shades of Onahau #BCE4E6

Tints of Onahau #BCE4E6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.29%

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

R = 29.1%
G = 35.29%
B = 35.6%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCE4E6 (or 0xBCE4E6) is known color: Onahau. HEX triplet: BC, E4 and E6. RGB value is (188,228,230). Sum of RGB (Red+Green+Blue) = 188+228+230=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4E6 is #431B19. Grayscale: #D8D8D8. Windows color (decimal): -4397850 or 15131836. OLE color: 15131836.

HSL color Cylindrical-coordinate representation of color #BCE4E6: hue angle of 182.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4E6 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 228 230 -
CMYK 0.18 0.01 0 0.10
HSL 182.86º 0.46% 0.82% -
HSV(B) 182.86º 0.18% 0.9% -
XYZ 62.77 71.89 85.43 -
YUV 216.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 188 228 230 0.18 0.01 0 0.10 182.86 0.46 0.82
Hex BC E4 E6 12 1 0 A B7 2E 52
Octal 274 344 346 22 1 0 12 267 56 122
Binary 10111100 11100100 11100110 10010 1 0 1010 10110111 101110 1010010

Color Harmonies of #BCE4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4E6

Black with #BCE4E6

Text Example


Text Example

White with #BCE4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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