Html Css Color HEX #BCE6FF Onahau

📋 copy color: '#BCE6FF'

red 188 ◦ green 230 ◦ blue 255

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

Shades of Onahau #BCE6FF

Tints of Onahau #BCE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.18%

 BLUE value IS 255 (100% from 255) = 37.89%

R = 27.93%
G = 34.18%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCE6FF (or 0xBCE6FF) is known color: Onahau. HEX triplet: BC, E6 and FF. RGB value is (188,230,255). Sum of RGB (Red+Green+Blue) = 188+230+255=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6FF is #431900. Grayscale: #DCDCDC. Windows color (decimal): -4397313 or 16770748. OLE color: 16770748.

HSL color Cylindrical-coordinate representation of color #BCE6FF: hue angle of 202.39º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE6FF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 230 255 -
CMYK 0.26 0.10 0 0
HSL 202.39º 1% 0.87% -
HSV(B) 202.39º 0.26% 1% -
XYZ 67.09 74.51 105.45 -
YUV 220.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 188 230 255 0.26 0.10 0 0 202.39 1 0.87
Hex BC E6 FF 1A A 0 0 CA 64 57
Octal 274 346 377 32 12 0 0 312 144 127
Binary 10111100 11100110 11111111 11010 1010 0 0 11001010 1100100 1010111

Color Harmonies of #BCE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6FF

Black with #BCE6FF

Text Example


Text Example

White with #BCE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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