Html Css Color HEX #BCEFF2 Onahau

📋 copy color: '#BCEFF2'

red 188 ◦ green 239 ◦ blue 242

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

Shades of Onahau #BCEFF2

Tints of Onahau #BCEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.72%

 BLUE value IS 242 (94.92% from 255) = 36.17%

R = 28.1%
G = 35.72%
B = 36.17%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCEFF2 (or 0xBCEFF2) is known color: Onahau. HEX triplet: BC, EF and F2. RGB value is (188,239,242). Sum of RGB (Red+Green+Blue) = 188+239+242=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF2 is #43100D. Grayscale: #E0E0E0. Windows color (decimal): -4395022 or 15921084. OLE color: 15921084.

HSL color Cylindrical-coordinate representation of color #BCEFF2: hue angle of 183.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEFF2 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 239 242 -
CMYK 0.22 0.01 0 0.05
HSL 183.33º 0.68% 0.84% -
HSV(B) 183.33º 0.22% 0.95% -
XYZ 67.63 78.84 95.66 -
YUV 224.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 188 239 242 0.22 0.01 0 0.05 183.33 0.68 0.84
Hex BC EF F2 16 1 0 5 B7 44 54
Octal 274 357 362 26 1 0 5 267 104 124
Binary 10111100 11101111 11110010 10110 1 0 101 10110111 1000100 1010100

Color Harmonies of #BCEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFF2

Black with #BCEFF2

Text Example


Text Example

White with #BCEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFF2; }

 p { color: rgb(188,239,242); }

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

background-color css

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

 a { background-color: rgb(188,239,242); }

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

border-color css

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

 span { border-color: rgb(188,239,242); }

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